projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd91df
)
Remove debugging message
author
Justin Burkett
<justin@burkett.cc>
Tue, 9 Jan 2018 03:30:21 +0000
(22:30 -0500)
committer
Justin Burkett
<justin@burkett.cc>
Tue, 9 Jan 2018 03:30:21 +0000
(22:30 -0500)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 41dfb332c7f32225f1bea269a4c8a754c70fa17b..3400491b8676dbb717b00153c1b8e3119e5a74e3 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-2152,7
+2152,6
@@
current evil state. "
(interactive)
(let ((last-command-event (string-to-char key)))
(digit-argument key))
- (message "lce %s key %s pf %s" last-command-event key prefix-arg)
(let ((current-prefix-arg prefix-arg))
(which-key-reload-key-sequence)))